home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21tu.zip / G8BPQ.DOC < prev    next >
Text File  |  1991-11-17  |  4KB  |  112 lines

  1.                     AA4RE BBS and the G8BPQ Switch.
  2.  
  3. ******************************************************************************
  4. This section is for BPQ switchs V3.23 to 3.59
  5. ******************************************************************************
  6.  
  7. From version 3.23, the switch supports the AA4RE BBS.  This has been
  8. done by extending the PK232 host mode support, originally written to
  9. support the G8UFQ BBS.  The system allows the first Virtual TNC port to
  10. support up to 8 users.  The configuration I used is detailed below:
  11.  
  12. In BPQCFG.TXT:
  13.  
  14.   TYPE=PK232/AA4RE
  15.   APPLFLAGS=6
  16.  
  17. In PARMS.BB, the recommended port settings are below
  18.  
  19.   port_type       = G8BPQ_NODE
  20.   com             = 2                ; use the first number in TNCPORTLIST
  21.   speed           = 4800             ; not actually used
  22.   max_connect     = 8                ; Up to 8
  23.   max_channel     = 9
  24.   max_pending     = 1
  25.   broadcast_path  = MAIL             ; is ignored - set in config.txt file
  26.  
  27. ******************************************************************************
  28. This section is for BPQ switchs V4.03 and higher
  29. ******************************************************************************
  30.  
  31. No ports are needed in the BPQCFG.TXT.  I leave one token port
  32. for testing:
  33.  
  34.  
  35.     TNCPORT
  36.        COM=4
  37.     ENDPORT
  38.  
  39.  
  40. In PARMS.BB, the recommended port settings are below
  41.  
  42.   port_type       = BPQ-HOST-x       ; The x is the port number on the
  43.                                      ; BPQ switch.  Each port on the BPQ switch
  44.                                      ; can be defined if you want to control
  45.                                      ; monitor colors or broadcast paths.
  46.  
  47.       *** AND/OR ***
  48.  
  49.   port_type       = BPQ-HOST         ; This is a generic port type for ALL
  50.                                      ; the BPQ ports.
  51.  
  52.  
  53.   com             = 127              ; Same number as HOSTINTERRUPT in the
  54.                                      ; BPQCFG.TXT file
  55.   speed           = 4800             ; not actually used
  56.   max_connect     = 8                ; Up to 30??  Try 7
  57.   max_channel     = 9                ; Up to 30 or so.. Try 9
  58.   max_pending     = 4                ; Number of packets set to switch before
  59.                                      ;       BBS waits
  60.   broadcast_path  = MAIL             ;
  61.  
  62. Note:  The only commands you can issue to the BPQ-HOST port are:
  63.    (esc)C -- Connect
  64.    (esc)D -- Disconnect
  65.    (esc)M -- Monitor ON
  66.    (esc)N -- Monitor OFF
  67.  
  68. You can define both BPQ-PORT-x and BPQ-PORT types in the same PARMS.BB
  69. if you need only partial control.  For example, you have 3 ports but only
  70. want control over port 2.
  71.  
  72.   port_type       = BPQ-HOST-2       ; This would be port 2
  73.  
  74.   port_type       = BPQ-HOST         ; This would be all other ports
  75.  
  76. Special notes:
  77.  
  78.   1) All connects will appear on the first port defined.  This
  79.      port will control MAXPAC, language, remote sysop, etc.
  80.  
  81.   2) The port letter used will NOT determine which radio port will
  82.      be used.  You must use the proper switch sequence to get out
  83.      the proper port.  Thus a terminal task (T A5) will not ensure
  84.      that your packets will leave the radio port that is associated
  85.      with "A".
  86.  
  87.   3) Each port will go thru its own forwarding cycle.  If you have
  88.      two ports, A and B, each will go thru their forwarding cycle
  89.      as per the port parameters.
  90.  
  91.  
  92. ******************************************************************************
  93. This section is for all BPQ switches
  94. ******************************************************************************
  95.  
  96. In PATHS.BB
  97.  
  98. PATH GB7DAD A GB7DAD FORCE
  99. T 0000 2359
  100. C SWITCH                                ; note initial C SWITCH
  101. SC LRG7
  102. R* to *
  103. SC G4NAD-1
  104. R* to *
  105.  
  106. All virtual TNCs continue to run as normal.  If you are running under
  107. Desqview, you can still run PAC2 (or even MBL/RLI!) in other windows.
  108. However, BB needs a LOT of store - you need to use all the tricks
  109. described in the DV manual to get a big enough window to run it
  110. effectively.
  111.  
  112.